var github.com/vmihailenco/msgpack/v5.customDecoderType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L66: 	if typ.Implements(customDecoderType) {
		decode_value.go#L82: 		if ptr.Implements(customDecoderType) {
		types.go#L17: 	customDecoderType = reflect.TypeOf((*CustomDecoder)(nil)).Elem()